<fieldset> element

The <fieldset> element allows you to group multiple text or input items within a card. Specifying one or more <fieldset> elements lets you control how the device presents card content in order to simplify user navigation.

Syntax

where content represents the items to group together and consists of one or more of the following elements:
 
control You can specify any of the following elements in a <fieldset> group: 
<fieldset> 
<input> 
<select> 
(a nested <fieldset>)
(see <input> element)
(see <select> element
text You can also specify formatted text in a <fieldset> group. The device uses this text in different ways depending on the elements you specify (for example, to prompt the user for input or describe various options). 

Devices display these elements in the order in which you specify them.

Attributes

 
title Specifies a brief label for the <fieldset> group. Some devices use the label as a title when displaying the <fieldset> content. Others might use it as a label for a user interface mechanism that lets the user navigate to the <fieldset> content. For example, if a device cannot display all card content on one screen and ordered="true", the UP.Browser uses the title to identify this group of items on a summary-level menu.